projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
55126c8
)
(isearch-done): Set isearch-lazy-highlight-start
author
Gerd Moellmann
<gerd@gnu.org>
Wed, 10 Jan 2001 17:18:33 +0000
(17:18 +0000)
committer
Gerd Moellmann
<gerd@gnu.org>
Wed, 10 Jan 2001 17:18:33 +0000
(17:18 +0000)
to nil.
lisp/isearch.el
patch
|
blob
|
history
diff --git
a/lisp/isearch.el
b/lisp/isearch.el
index f2b5f01229e06c4731d0c5098d61203cbb998402..16c46430c67bf278457bd5e373bf8b8e1cfb3c52 100644
(file)
--- a/
lisp/isearch.el
+++ b/
lisp/isearch.el
@@
-639,6
+639,8
@@
is treated as a regexp. See \\[isearch-forward] for more info."
(remove-hook 'mouse-leave-buffer-hook 'isearch-done)
(remove-hook 'kbd-macro-termination-hook 'isearch-done)
+ (setq isearch-lazy-highlight-start nil)
+
;; Called by all commands that terminate isearch-mode.
;; If NOPUSH is non-nil, we don't push the string on the search ring.
(setq overriding-terminal-local-map nil)